home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / B-C / CdevTester.sit / cdev tester.proto.h < prev    next >
Encoding:
Text File  |  1992-11-21  |  432 b   |  15 lines  |  [TEXT/KAHL]

  1. // cdev tester.c
  2.  
  3. void SetUpMenus(void);
  4. void MaintainMenus(void);
  5. void EventLoop(void);
  6. void SAlert(int index);
  7. void ErrorCheck(long returnValue);
  8. Boolean CheckControlPanel(void);
  9. void OpenControlPanel(void);
  10. void CloseControlPanel(void);
  11. void HandleMouseDown(EventRecord theEvent);
  12. void HandleMenuChoice(long menuChoice);
  13. void HandleAppleChoice(int theItem);
  14. void HandleFileChoice(int theItem);
  15. void HandleEditChoice(int theItem);